<Schema name="FDTImageSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!--Definition of Attributes-->
	<AttributeType name="mime-type" dt:type="string"/>
	<AttributeType name="data" dt:type="bin.base64"/>
	<AttributeType name="height" dt:type="ui1"/>
	<AttributeType name="width" dt:type="ui1"/>
	<!--Definition of Elements-->
	<ElementType name="Image" content="mixed" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="mime-type" required="yes"/>
		<attribute type="data" required="yes"/>
		<attribute type="height" required="yes"/>
		<attribute type="width" required="yes"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<group order="one">
			<element type="Image"/>
		</group>
	</ElementType>
</Schema>
